Attempt to resolve gettimeofday compilation errors with MinGW64.
authorEli Zaretskii <eliz@gnu.org>
Mon, 3 Jun 2013 17:15:44 +0000 (20:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 3 Jun 2013 17:15:44 +0000 (20:15 +0300)
commit9ac3b52104ea25e66e94384c103dd2adec08af1c
treeb789e6b4a5a6a139cbb2ac4a3d5dc43625e064ed
parent764bd2d503c7742f731ce411c090efc0beaf8126
Attempt to resolve gettimeofday compilation errors with MinGW64.

 src/w32.c (gettimeofday): Make the signature identical to prototype
 in nt/inc/sys/time.h.

 nt/inc/sys/time.h (struct timeval): Remove the _W64 guards.
nt/ChangeLog
nt/inc/sys/time.h
src/ChangeLog
src/w32.c